#html files
Explore tagged Tumblr posts
Text
Reminder to download your saves to your files so you don't end up losing them for one reason or another 🙏
Once the game is fully completed I will make it downloadable so you can play it offline as well and won't have to worry about losing your save files, but until then, make sure to take precautions!
#saving/loading from your files also works on mobile btw#but only while playing the game through browser#the itch.io app doesn't like html or twine-based games it seems#faq
180 notes
·
View notes
Note
Wait, which one is Akito's shy sprite? I don't remember seeing it everywhere, but if it exists, where can I find it?
i managed to find the scene on twitter, toya's happy expression and akito's shy (idk how to describe it?) one near the end of the clip are the new ones
#asks#it doesn't seem to be embedding properly i tried using html but tumblr just hates twitter links recently. soz#(in the files toya's is sparkling02 and akito's is lookaway02)
22 notes
·
View notes
Text
clear + the robot man by northernboys
#dmmd#clear#my edits tag#dramatical murder#ok so i tried fixing the audio so many times this file is called please god just work#and. its the best i can do. its in sync in the editor but as soon as i export it shit goes sideways#ANYWAYS#please appreciate this i needed to html code for the last bit#now the audio had weird. cuts. idk if anyone else can even hear them but they are driving me a bit insane
59 notes
·
View notes
Text
a few people have asked to see the full text for aromanticism which i would love to provide in a nice beautiful format where it all looks how it does when you play it. however the insides of it look like this!
and that is 6161 words across 93 passages and i am just not willing to go in there and copy/paste or screenshot them all one by one. so! what i do have is like. almost the raw data, just all of the text of it; not organized by anything and it's got all the command language in there, but it is searchable and you'll be able to follow the little titles through it if you'd like. linking that for you here on my little webbed site in case that satisfies anyone's needs <3 you just have to promise not to judge while you're looking at the guts of it i was learning to use twine as i made this and it is not as gorgeous beautiful when you're not looking at it through the reader interface haha <3
#real reason i made the website. could not figure out a way to do it with the html file#copy pasting it into a google doc made a Hell paragraph it was so bad... 8 pages of unbroken sentences#and i don't think it pasted the section titles either... horrifying#anyway! for you guys! xoxo#a few little functions in there that i did not end up using so. if you get curious about how something functioned in there#sometimes the answer is that it just did not function <3#not poetry
25 notes
·
View notes
Text
[Video description: In Playstation 1 graphics, an old man walks onto a snowboard course with his walker. He clips the snowboard through his walker, holding it for a second, and blasts off into the sky. Electronic music plays throughout; the beat drops when he flies away.
/End description]
I beg my followers to check out Battle Tapes' music video for their song "Brand New" - since I figure most people don't click on Youtube links, I took the liberty of using some tools to clip just the beat drop.
The rest of the video is just as good as this.
Here's the link; it's inline instead of embedded because it's 3am and I'm paranoid that people on Tumblr go "ew an embedded Youtube link": https://www.youtube.com/watch?v=Tp6an4eVzP8
#battle tapes#battle tapes - brand new#you would definitely believe how much trouble I had with VLC getting this to clip correctly#once I tried getting a 3-second long clip and it kept getting it wrong even though I KNEW what timestamps I was hitting “record” on#thankfully this clip is longer and a little more flexible on what timestamps are fine to record and which ones completely miss the highligh#and the ending timestamp was just...right on. Right on.#anyway VLC doesn't know how to convert files for the casual user#I had to use a web-browser based thing to do it#the tools I used:#4K Video downloader Plus (free): to get the full Youtube video because VLC couldn't stream it from the link#VLC: to clip the video down to just 10-ish seconds#Free Convert (website): to convert from .asf to .mp4 because VLC couldn't do it for me#siiiiigggh anyway hope you all enjoy this beat drop#maybe it's just recency bias that makes me think this music video is so good#oddly enough getting that inline link to work also took some doing#it either didn't create a link or it automatically embedded; couldn't choose like I can with links to other sites#Opened up a new tab. Draft a new post with its own link. Turned to HTML editor. Copied and pasted it here in this post (also turned to HTML#editor) and then replaced the link reference and the text.#and strangely during that time period I tried using AO3 links which weren't embedding either.#Link that I ended up using to get an inline link was the link to download VLC which. ha. Been having trouble there as I've said in the post#oh and by the way: all links embed at first. But in the lower-right corner there's a little bubble you can click to turn it to inline.#but for some reason that doesn't work with youtube links#aaaaaanyway#I'm done. Finally.#music#videos runnerpost#has description
13 notes
·
View notes
Text
D.Nd: Poisoned text walkthroughs
hello meronia community. if any of you would like text walkthroughs for all endings in D.Nd: Poisoned (the MelloNear visual novel by Akane), you can find them here :3 (with tickable checkboxes for each step! and an ugly but serviceable PDF you can easily print if so inclined)
#death note#mellonear#meronia#i have zero clue if there is a tag for the game itself#dnd poisoned#i guess??? lmk if there's an Official One or somesuch. thank you#saltposting#ROURGH!!! this was. it took us like half a year but we DID IT.#now maybe we can finally actually replay the game instead of getting mad that we keep getting the same ending ahsgfhjf#gotta say learning how to do checkboxes in HTML was so worth it though. playing w/ this is gonna be such a smooth experience#compared to how we played like 13-14 years ago by having a text file with the steps open in another window & alt tabbing back and forth...#also i don't know who made the text walkthrough we had saved on our computer back in the day#i'm pretty sure it wasn't us (but it HAS added notes from us. i know they're from us because they're in french fghhk)#but anyway you have my eternal gratitude it REALLY helped#and NeneHates on youtube who made an entire playlist of walkthroughs for the full game??? awesome thank you.#helpful to double check some things!!!#aaaa project COMPLETE god that feels so nice. MONTHS of work. anyway. now maybe i will go write my empires#or fuck around in Skyrim i dont know yet. we'll see!! the world is my oyster
8 notes
·
View notes
Text
>Me: hey, can you check over this thing I wrote real quick.
>Friend: yeah totally
>sends them an html file the story is on
Am I stupid
#I forgot for 1 (one) broef moment that not everyone stores things in random scattered html files#i forgor
10 notes
·
View notes
Text
Working on my javascript for my web page. Turns out I have the perfect kind of setup to accomplish some of the project requirements, specifically with even handlers and user interactions
My website, conceptually, will load a different employee details page depending on what employee name is clicked on. But I need to load it dynamically (instead of hard-coding it) so that the user can add or delete employees & it'll be able to still load the relevant shit.
So! Only one employee details page, but depending on how it's loaded, it'll load a different employee's information. Still working on getting down Exactly how to do it (I'm thinking using URL parameters that'll read a different object depending on what ID is used)
It's entirely doable. In fact, it's probably extremely common to do in web pages. No one wants to hard-code information for every new object. Of course not. And thus the usefulness of dynamic javascript stuff.
I can do this. I can very much do this.
#speculation nation#i wasnt very good when i got home and i read fanfic for a while#then took a nap. and now im up again and Getting To Work.#i dont have to have this 100% perfect for final submission just yet. bc final submission isnt today.#but i need to have my final presentation over my thing done by noon (11 hours from now)#and im presenting TODAY. and part of that will be giving a live demo of my project website#so. i need to have all of the core functionality of my website down at the Very Least#might not be perfect yet. but by god if im gonna show up to my presentation with my website not working.#i need to have the employee list lead to employee details with personalized information displayed per employee#i need to create an add employee field that will Actually add an employee. using a form.#and that employee will need to show up on the list and have a new id and everything. the works.#need to set it up so that employees can be deleted. shouldnt be too much extra.#and it would be . interesting. to give an actual 'login' pop-up when someone clicks on the login button#with some kind of basic info as the login parameters. this cant be that hard to code.#the project requirements are: implement 5 distinct user interactions using javascript. at least 3 different eventhandlers#at least 5 different elements with which interaction will trigger an event handler. page modification & addition of new elements to pages#3 different ways of selecting elements. one selection returning collection of html elements with customized operations on each...#hm. customized operations on each... the example given is a todo list with different styles based on if an item is overdue or not#i wonder if my personalized detail page loading would count for this... i also have some extra info displayed for each#but i specifically want the employees to be displayed in the list uniformly. that's kinda like. The Thing.#actually im poking around on my web pages i made previously and i do quite enjoy what i set up before.#need to modify the CSS for the statistics page and employee details to make it in line with what i actually wanted for it#maybe put a background behind the footer text... i tried it before & it was iffy in how it displayed...#but it looks weird when it overlaps with a page's content. idk that's just me being particular again.#theres also data interchange as a requirement. but that should be easy if i set an initial employee list as a json file#good god im going to have to think of so much extra bullshit for these 10 made up employees#wah. this is going to be a lot of work. but. im going to do it. i just wont get very much sleep tonight.#that's ok tho. ive presented under worse conditions (cough my all nighter when i read 3gun vol 10 and cried my eyes out)#and this is going to be the last night like this of my schooling career. the very last one.#just gotta stay strong for one more night 💪💪💪
6 notes
·
View notes
Text
double yolk
Rated T / 16.3k (approx 30.6k total) / Iris Sagan & So Sejima (among others)
The thing about eggs is that some eggs have more than one yolk. It's rare, sure -- but not impossible.
Memories are like fractals. Self-similar. Break one off, there's more within. Even with just a small amount left, the whole memory can be rebuilt.
After the brain tumor removal surgery, Iris wakes up again, back in her own mind -- but outside of her body.
Or: post-Mizuki Route, Iris and So share a body. Date opens back up the case of the New Cyclops Serial Killer, and solves the mystery of his identity once and for all.
Read on AO3
#aitsf#ai the somnium files#aitsf spoilers#iris sagan#so sejima#kaname date#other characters have significant presences but these three are pov characters#fanfiction#my writing#the whole fic is completed i'm just still wrangling html
14 notes
·
View notes
Text
the one good thing about making a super niche "links meet au" surrounding those guys is that i no longer have to go hunting for the actual pdf scan of the manual every time i want to grab a detail from the legend of the four sword in the four swords manual or the four swords adventures instruction booklet because. i typed them all out and put it on my website. so i can just go there and i now have the beautiful luxury of copy and paste at my disposal
#txt#i also have the text dumps for all three games bookmarked and downloaded as html files in case i need a piece of dialogue too HAHA
11 notes
·
View notes
Text
We've reached the 'fistfighting with the Ao3 text editor' portion of chapter completion.
#Method Acting#whyyyyyyy are some paragraphs double spaced but others aren't???#i'm going to stop copy/pasting and try ex/importing files and see if that makes a difference because I don't know what's going wrong here.#wait nope that's not an option. well.#for once in its fraught life... I prefer FFN's doc manager.#if I export a .odt file from google docs into focuswriter and then ctrl+a copy paste into Ao3's HTML editor from focuswriter#then it seems to all work?#which is annoying but not any more annoying than manually deleting extra <p>'s in the ao3 text box is.
3 notes
·
View notes
Text
I should meet with Fr. A again. ‘Spiritual Real Estate Agent’ was a phrase I didn’t expect to come out of his mouth when I was crying trying to explain how much I feel called to bring people home to God. It was so odd I mostly stopped crying because. Fr. That’s…not incorrect, BUT -
#tower of babble#christianity#catholic#vocational woes#also I updated my passion project/map of adoration by day bc I realized#Google earth html imbeds got steamrolled a while back :( so my nap can’t be on his website#so I just scraped it to a kml file and cleaned it up in Maps which does still have html embedding.#I’ll send it to him and. maybe ask for another meeting.#I just feel bad bc I was like ‘yeah I should be defending by the end of the month ^_^ so I can devote more time to my discernment’ and.#that didn’t happen for various reasons and it’s Fine but. God knows I’m impatient and wanna get to the destination#and have a hard time being in the moment. :T he knows me too well
3 notes
·
View notes
Text
Does anyone else get anxiety whenever they go to backup their tumblr or just me? Like who decided to put export and delete account right next to each other???
#and yes fun fact you can make a backup of your tumblr if you didn't know#if you choose blog settings on desktop it's at the bottom and gives you a zip file with all of your posts in html!
31 notes
·
View notes
Note
hiiii
i wanted to ask if you have a downloadable version of the aromanticism poem game. idk if i have to log in to itch.io or something, but there doesn't seem to be an on site option for it
spent forevvvvsies trying to see if there was a way to download from the itch.io page but i think you're right... smth about making it playable within the browser and also free skips the downloadable options i think. so! little website coming to save my life on file uploads once again. i put a download link on my neocities that should work, let me know if you have any issues!! xoxo
#sorry it took me like two days to get back to this i was so ready to be like here is the download option!!!#no. itch.io does not want you to have this file saved locally on your device...#tumblr needs to let us upload files fr this shit sucks. when will this site actually become the new pdf#still figuring out html so. if there's smth fucked up. just let me know i'm sure there is Something wrong </3#not poetry#ask
13 notes
·
View notes
Text
the only thing i worked on but doesn't look good on the phone at all cuz it's too big but can't wait for me to get bored of this and forget about it entirely 🤩
#i am thinking of making the whole thing a dropdown box because seems too long and also i want to find a better way to showcase the tags#this took me too long for being a simple box with flex display and text and two buttons. one that doesn't lead anywhere#cuz i still have to make the dfdch1.html file#who knew that doing a bit of IT in hs would be useful for my silly fanfictions#i used to literally copy websites from shopify for my assignments since we did ecommerce#personal
4 notes
·
View notes
Text
"where did you go" sanitizer got me again.
#'i thought you said it was good enough for now' yes. i thought so too.#then i remembered that html tables also exist and that scrivener exports them Reasonably Well#but the way the sanitize was set up earlier today it would break if it had to parse one#so yes. i spent today getting that done. and now i'm making a config file#n making it so that the sanitizer can read a config file so that Other People can use it n customize it#花話#i like how i keep doing that sort of thing tbh. like in theory i could pass out the .exe file to anyone who wanted it#however the main reason i'm coding these sorts of things is bc they're just not available online bc i'm always doing niche-ass shit#anyway tomorrow i will drive on the freeway for the first time ever ever ever ever#so if i never update again The Cars Fucking Got Me
2 notes
·
View notes